home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 3 / Deep Throat Girls 3.iso / pc / dtg3_pc.dir / 00144.ls < prev    next >
Encoding:
Text File  |  1995-08-04  |  116 b   |  9 lines

  1. on exitFrame
  2.   global loopcount
  3.   if loopcount < 5 then
  4.     go(marker(0))
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.